日本語
cURL
curl --request POST \ --url https://api.sequence.app/rpc/Analytics/MonthlyNewWallets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "filter": { "projectId": 122, "startDate": "2024-09-30", "endDate": "2024-10-10" } }'
{ "data": [ { "value": 750, "label": "2024-09" }, { "value": 820, "label": "2024-10" } ] }
Get monthly new wallets
Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.
OK
The response is of type object.
object
このページは役に立ちましたか?